home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2001 September
/
EnterCD9.iso
/
Reklama
/
Demo OPM
/
data
/
demo.dxr
/
scripts_5_scr02.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-16
|
264 b
|
19 lines
on mouseEnter
cursor([23, 24])
set the blend of sprite 5 to 100
puppetSound("klik", 2)
updateStage()
end
on mouseLeave
cursor(-1)
set the blend of sprite 5 to 0
updateStage()
end
on mouseUp
puppetSound("Thchug", 2)
go("msc02")
cursor(-1)
end